Issue If the
'directToStage' property of an AVI cast member is disabled and Tempo
channel has a "Wait for Cue Point [channel] | {End}" setting, the AVI
video track will not play. Although the video track does not advance the
sound track will play.
Solution To avoid
this issue, enable the 'directToStage' property of the AVI member. The
'directToStage' property can be enabled via the AVI tab in the Property
inspector or via Lingo. The following script shows an example of how to
enable the 'directToStage' property using Lingo:
member("myVideo").directToStage = True
If
enabling 'directToStage' is not an option use a script to hold the
playback head on a frame rather than using the Tempo channel. Using this
method, the AVI can be played even if the 'directToStage' property is
disabled. To hold on a frame with Lingo, use the 'Hold on current frame'
behavior, or use the following script in the appropriate frame: